home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master02.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  278 b   |  15 lines

  1. on exitFrame
  2.   global gPage, gOrgPage, gAuto
  3.   set gAuto to 0
  4.   set gPage to 2
  5.   set gOrgPage to gPage
  6.   updateStage()
  7.   set the visible of sprite 19 to 0
  8.   set the visible of sprite 20 to 1
  9.   initializationRoutines()
  10.   idle()
  11.   startlist("begin")
  12.   newlist()
  13.   go("start")
  14. end
  15.